/* GLOBAL STYLES
-------------------------------------------------- */

font-family: 'Handlee', cursive;
font-family: 'Alegreya', serif;


body {
  padding-bottom: 0px;
  
}

h1	{
  font-family:Alegreya; 
  font-size:40px;
  color: #47605B;
}

h2	{
  font-family:Handlee; 
  font-size:18px;
  color: #47605B;
}

h3	{
  font-family:Alegreya; 
  font-size:30px;
  color: #47605B;
}

h3	{
  font-family:Alegreya;
  font-size:24px;
  color: #47605B;
}

h4	{
  font-family:Alegreya;
  font-size:40px;
  color: #FFF;
}


p {
	font-family:Handlee;
	font-size:18px;
	color: #FFF;
}

p1 {
	font-family:Handlee;
	font-size:16px;
	color: #47605B;
}

p2 {
	font-family:Handlee;
	font-size:18px;
	color: #47605B;
}

p3 {
	font-family:Handlee;
	font-size:14px;
	color: #47605B;
}

.logo {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

.container {
    margin-right: auto;
    margin-left: auto;
}



/*NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */

.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* HEADER IMAGE
-------------------------------------------------- */
.image-bg-fluid-height {
	background: url("../Images/Home Page/Background pattern.jpg") center;
    padding: 100px 0;
}

/* SITE MAP
-------------------------------------------------- */
.colored-block {
  width: 100%;
  color: #fff;
  border-style: solid;
  border-top: thick double #49625D;
  }
  
section .col-md-4 {
  border-left: 1px solid #ccc;
}

section .col-md-4:first-child {
  border: none;
}

.Heading a:hover {
	color: #666;
}

.Heading a {
    color: #999;
    background-color: #FFF;
    border-color: #999; /*set the color you want here*/
	text-decoration:none;
}
.Heading a :hover, .a :focus, .a :active,{
    color: #47605B;
    background-color: #FFF;
    border-color: #47605B; /*set the color you want here*/
	text-decoration:none;
}

/* FOOTER
-------------------------------------------------- */
 .footer a {
    color: #999;
    background-color: #FFF;
    border-color: #999; /*set the color you want here*/
}
.footer a:hover, .footer a:focus, .footer a:active,{
    color: #47605B;
    background-color: #FFF;
    border-color: #47605B; /*set the color you want here*/
}


/* SOCIAL MEDIA
-------------------------------------------------- */
.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
	float:right;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}

.social-network a.icoTwitter:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.social-circle a {
 background-color: #D3D3D3;   
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media only screen and (max-width: 768px) {

h1,{
    font-size: 3em;
}

h2, h3, h4, h5 {
    font-size: 1em;
}

p, p1, p2, p3, p4 {
    font-size: 1em;
}

.logo {
 display:none;
}

.navigation .navbar-brand {
  background: url("../Images/Home Page/logo.png") center / contain no-repeat;
  height: 5em;
}


.social-network
	{display:none;
}



}


@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 10px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    float: right;
	padding-left: 0;
	margin-bottom: 0;
	line-height: 10px;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 992px) {

}
